home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
-
- <?xul-overlay href="chrome://messenger/content/smtpEditOverlay.xul"?>
-
- <!DOCTYPE page SYSTEM "chrome://messenger/locale/am-advanced.dtd" >
-
- <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- onload="gSmtpServerListWindow.onLoad();">
- <script type="application/x-javascript" src="amUtils.js"/>
- <script type="application/x-javascript" src="am-smtp.js"/>
-
- <stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
-
- <dialogheader title="&smtpServer.label;"/>
-
- <description>&smtpDesc.label;</description>
- <separator class="thin"/>
-
- <hbox>
- <listbox id="smtpList" onselect="gSmtpServerListWindow.onSelectionChanged(event);"
- ondblclick="gSmtpServerListWindow.onEditServer(event);" flex="1" style="height: 0px;"/>
-
- <vbox>
- <button id="addButton"
- oncommand="gSmtpServerListWindow.onAddServer(event);" label="&smtpListAdd.label;"
- accesskey="&smtpListAdd.accesskey;"/>
- <button id="editButton"
- oncommand="gSmtpServerListWindow.onEditServer(event);" label="&smtpListEdit.label;"
- accesskey="&smtpListEdit.accesskey;"/>
- <button id="deleteButton" disabled="true"
- oncommand="gSmtpServerListWindow.onDeleteServer(event);" label="&smtpListDelete.label;"
- accesskey="&smtpListDelete.accesskey;"/>
- <button id="setDefaultButton" disabled="true"
- oncommand="gSmtpServerListWindow.onSetDefaultServer(event);" label="&smtpListSetDefault.label;"
- accesskey="&smtpListSetDefault.accesskey;"/>
- </vbox>
- </hbox>
-
- <separator/>
-
- <hbox id="smtpServerInfoBox">
- <stack flex="1" class="inset">
- <spacer id="backgroundBox"/>
- <grid>
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row align="center">
- <hbox pack="end"><label id="descriptionLabel" value="&serverDescription.label;"/></hbox>
- <textbox id="descriptionValue" readonly="true" class="plain"/>
- </row>
- <row align="center">
- <hbox pack="end"><label id="nameLabel" value="&serverName.label;"/></hbox>
- <textbox id="nameValue" readonly="true" class="plain"/>
- </row>
- <row align="center">
- <hbox pack="end"><label id="portLabel" value="&serverPort.label;"/></hbox>
- <textbox id="portValue" readonly="true" class="plain"/>
- </row>
- <row align="center">
- <hbox pack="end"><label id="userNameLabel" value="&userName.label;"/></hbox>
- <textbox id="userNameValue" readonly="true" class="plain"/>
- </row>
- <row align="center">
- <hbox pack="end"><label id="useSecureConnectionLabel" value="&useSecureConnection.label;"/></hbox>
- <textbox id="useSecureConnectionValue" readonly="true" class="plain"/>
- </row>
- </rows>
- </grid>
- </stack>
- </hbox>
-
- </page>
-